目前暂不使用于 MV/MZ.
非新手方法, 纯新手绕路.

Hint 提示: 
ExamplePaser 基本上可以正常适配 WOLF RPG 的 txt 文本.
ExamplePaser can basically support the txt text of WOLF RPG properly.

-----------------------------------------------------

Currently not available for MV/MZ.
Non-newbie solutions, bypass for pure newbies.

-----------------------------------------------------

该文件夹为附加文本处理目录
用于处理正常情况下读取不到的文本.

本目录为解析器目录,每个目录对应一种文本解析器.
目录下的 parser.js 为解析器,方法示例请见 ExamplePaser/parser.js
当加载游戏待翻译文本时, 会分别加载每个目录下的 parser.js, 并将目录下所有文件的内容和路径传递给 parser 方法解析. (包含子目录下的文件)

该目录需存放在游戏可执行文件路径下才会被加载.( 指 addonTexts 目录 )

你需要做的是 随便用什么方法解包游戏, 找到需要翻译的文件放进一个目录, 写一个解析器 重启游戏加载 (也可以试着直接放到 ExamplePaser 下没准就能直接翻译了).

-----------------------------------------------------

This folder is an additional text processing directory
It is used to process text that is not read under normal situation.

This directory is for parsers, each directory contains one type of text parser.
The parser.js in this directory is the parser, see ExamplePaser/parser.js for an example of how to do this.
When loading the game text to be translates, parser.js in each directory will be loaded separately, and the files in each directory will be passed to the parser method for parsing. (including the files in the subdirectories)

This directory needs to be put in the game executable in order to be loaded.( means addonTexts directory ) 

All you need to do is unpack the game by whatever method you want, find the file you need to translate and put it in a directory, write a parser and restart the game to load it (you can also try to put it directly under ExamplePaser and maybe it will work directly).